home *** CD-ROM | disk | FTP | other *** search
/ Freelog 22 / freelog 22.iso / Prog / Djgpp / GPC2952B.ZIP / doc / gpc / docdemos / callcudemo.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2001-02-09  |  76 b   |  9 lines

  1. program CallCUDemo;
  2.  
  3. uses CallCUnit;
  4.  
  5. begin
  6.   foo := 42;
  7.   Bar
  8. end.
  9.